home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00132.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  251 b   |  12 lines

  1. on mouseUp
  2.   global soundspath, whosnow, cards
  3.   if item 8 of cards <> 1 then
  4.     sound playFile 1, soundspath & "377"
  5.     repeat with i = 60 to 65
  6.       sprite(i).visible = 0
  7.     end repeat
  8.     sprite(60).visible = 1
  9.     whosnow = "krp"
  10.   end if
  11. end
  12.